home *** CD-ROM | disk | FTP | other *** search
- Subject: Writing Formatted Text
- Sent: 6/11/96 3:58 PM
- Received: 6/11/96 4:11 PM
- From: Serge Froment, sfroment@odyssee.net
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- Dear ODF Team:
-
- Now that I am done reading, I am trying to write. I thought it would be
- simpler, but I have problem connecting FW_CMemoryWriter and
- FW_CWritableStream together. I have my data object write itself onto a
- FW_CMemoryWriter, but then how can I get the buffer to pass to
- FW_CWritableStream? Of course, I could pass my own buffer to
- FW_CMemoryWriter, but I don't know in advance the length of the text my
- data object will write onto the text writer.
-
- Serge
-
-